home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 07 - 1991 / 07.05 May 91 / PG Primitives ƒ / README.TEXT < prev   
Encoding:
Text File  |  1990-10-31  |  937 b   |  30 lines  |  [TEXT/KAHL]

  1. About the binlist files
  2.  
  3. Filename            Description
  4.  
  5. binlist_test        the ready to use primitives as a code resource
  6.                     callable by the interpreter. Just put it in the
  7.                     same folder as the Prograph interpreter.
  8.  
  9. binlist_prims.c        C source for primitives
  10.  
  11. binlist_prims.lib    THINK C library, containing the primitives.
  12.                     Add it to your Prograph compiler project to
  13.                     use the primitives in compiled code.
  14.                     
  15. binlist_prims_C.π    THINK C project for creating binlist_prims.lib.
  16.  
  17. binlist_prims_I.r    Text file with RMaker source for STR# resources.
  18.  
  19. binlist_prims_I.π    THINK C project for creating binlist_prims code
  20.                     resource.
  21.                     
  22. binlist_prims_I.π.rsrc     File containing the STR# resources named
  23.                         to take advantage of THINK C's automatic
  24.                         resource inclusion when the code resource
  25.                         is built.
  26.                         
  27. binlist_test.pgs    Prograph source for the test program.
  28.  
  29. binlist_test.π        Prograph project for compiling binlist_test.pgs.
  30.